For line prefixes, use default face; don't inherit from previous line.
authorChong Yidong <cyd@gnu.org>
Thu, 22 Mar 2012 07:08:17 +0000 (15:08 +0800)
committerChong Yidong <cyd@gnu.org>
Thu, 22 Mar 2012 07:08:17 +0000 (15:08 +0800)
commit11dd656508efb472f61122cbddeace263d40ae89
tree3d3fb93019e8b40a5bbf5a4990fc16f4cf377a4e
parentead6e03fd0981135c43a82c4895b526c38af2576
For line prefixes, use default face; don't inherit from previous line.

* src/dispextern.h (struct it): New member string_from_prefix_prop_p.

* src/xdisp.c (push_prefix_prop): Renamed from push_display_prop.
Mark string as coming from a prefix property.
(handle_face_prop): Use default face for prefix strings.
(pop_it, reseat_1): Save and restore string_from_prefix_prop_p.
src/ChangeLog
src/dispextern.h
src/xdisp.c